body{
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.category-Cslider{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
    /* margin-top: 2em; */
}
.category-Cslider_show{
    height: auto;
    float: left;
    overflow: hidden;
}
.category-Cslider_rall{
    width: fit-content;
    height: auto;
    float: left;
    display: flex;
    transform: translateX(0vw);
}
.category-Cslider_child{
    height: auto;
    margin: 0% 0.5%;
    display: flex;
    /* justify-content: space-between; */
    border-radius: 10px;
    justify-content: center;
    align-items: stretch;
}
.category-Cslider_child .m-category-ele{
    width: 100% !important;
}
.cs-btn{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    direction: ltr;
}
.cs-page{
    padding: 6px;
    border-radius: 100px;
    cursor: pointer;
    margin: 0px 8px;
    background-color: rgb(180, 179, 179);

}
.category-Cslider_btn{
    width: 3em;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 0.5%;
    /* position: absolute;
    z-index: 1; */
}
.category-Cslider_next,.category-Cslider_back{
    width: 35px;
    height: 35px;
    /* padding: 0.4rem 1.2em; */
    background-color: transparent;
    border-radius: 100px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: rgb(0, 64, 202);
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .next_sec{
    right: 1em;
}
.back_sec{
    left: 1em;
} */
.slider-pagination{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 1.5em !important;
    justify-content: center;
    flex-direction: row-reverse;
}
.slider-pagination li{
    width: fit-content;
    float: left;
    display: flex;
    list-style: none;
    margin-right: 0.5em;

}
.slider-pagination li:last-child{
    margin: 0;
}
.slider-pagination button{
    width: 15px;
    height: 15px;
    float: left;
    border: none;
    border:2px solid rgb(148, 64, 190);
    background-color: transparent;
    border-radius: 100px;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.category-Cslider_next i,.category-Cslider_back i{
    font-size: 30px;
}
.active-page{
    background-color: rgb(148, 64, 190) !important;
}
.category-slider-bg{
    background-color: rgb(0 64 202 / 5%);
    border-radius: 10px;
}
.category-Cslider_next{
    padding-left: 9px;
}
.category-Cslider_back{
    padding-right: 9px;
}
@media only screen and (max-width:950px){
    .category-Cslider_next i, .category-Cslider_back i {
        font-size: 20px;
    }
    .category-Cslider_next, .category-Cslider_back{
        font-size: 11px;
    }
}
@media only screen and (max-width:650px){
    .category-Cslider{
        position: relative;
    }
    .category-Cslider_btn {
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .category-Cslider_btn button{
        box-shadow: 0 0 5px 0px #262626;
    }
    .category-Cslider_btn:first-child{
        left: 0;
    }
    .category-Cslider_btn:last-child{
        right: 0;
    }
    .category-Cslider {
        justify-content: center;
    }
}
@media only screen and (max-width:550px){
    .slider-pagination button {
        width: 13px;
        height: 13px;
    }
    .slider-pagination li {
        margin-right: 0.3em;
    }
}